Closed
Bug 620297
Opened 14 years ago
Closed 14 years ago
crash [@ nsPluginHost::SetUpPluginInstance] if !aOwner
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b9
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, crash)
Crash Data
Attachments
(1 file)
1.13 KB,
patch
|
jaas
:
review+
jaas
:
approval2.0+
|
Details | Diff | Splinter Review |
1252 NS_IMETHODIMP nsPluginHost::SetUpPluginInstance(const char *aMimeType,
1267 nsCOMPtr<nsIDocument> document;
1268 if (aOwner)
1269 aOwner->GetDocument(getter_AddRefs(document));
1283 aOwner->SetInstance(nsnull); // avoid assert about setting it twice
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #498690 -
Flags: review?(joshmoz)
Attachment #498690 -
Flags: approval2.0?
Attachment #498690 -
Flags: review?(joshmoz)
Attachment #498690 -
Flags: review+
Attachment #498690 -
Flags: approval2.0?
Attachment #498690 -
Flags: approval2.0+
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b9
Updated•14 years ago
|
Crash Signature: [@ nsPluginHost::SetUpPluginInstance]
Updated•7 years ago
|
Blocks: coverity-analysis
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•